-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix typo (LazyServiceIdentifer
-> LazyServiceIdentifier
)
#1483
Conversation
This look fine to me, we need to consider if this might break for users. |
Maybe we can keep the original typo interface for now, also provide the interface with the correct name. |
@unadlib I agree, I would propose we keep the renaming (and use the new name internally also) but also export it under an alias of the old name |
We could also release a breaking version, which will include other breaking changes that might come, I'm ok either way. |
OK. I have updated it. Please help review. |
Codecov Report
@@ Coverage Diff @@
## master #1483 +/- ##
==========================================
- Coverage 99.61% 99.56% -0.06%
==========================================
Files 53 53
Lines 1566 1364 -202
Branches 205 196 -9
==========================================
- Hits 1560 1358 -202
Partials 6 6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
hi, @Jameskmonger Can this MR be merged? |
LazyServiceIdentifer
-> LazyServiceIdentifier
)
Thank you for the contribution @unadlib, and apologies for the delay in getting this merged. |
Description
changes interface
LazyServiceIdentifer
name toLazyServiceIdentifier
Related Issue
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: